home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / bbs_door / zmsg2b3.zip / RENSETUP.DOC < prev    next >
Text File  |  1996-02-06  |  2KB  |  42 lines

  1. Ok, for those of us running Renegade wondering just how to setup ZMessage,
  2. here ya go.
  3. First of all, you will want to go to your Menu Editor (The # key). Then
  4. press I to insert a new menu named START. Now, press M to Modify this menu.
  5. Now press I to insert a new command (insert it before #1).
  6. Now press M to Modify this new command. Now, leave 1 and 2 alone and press 3.
  7. Now type FIRSTCMD and press enter.
  8. Leave 4 alone and press 5. Now, enter the appropriate Cmdkeys
  9. (DG for Door.sys, DD for Dorinfo1.def, etc.). Now press 6 to enter Options.
  10. For your option, type ZMESSAGE.BAT or the name of your BAT file. Leave Flags
  11. alone and quit.
  12. Now edit the Quit to Main command. Press 3 and type FIRSTCMD. Make sure it has
  13. MAIN under options and quit. Now you will write a .BAT file to start Zmessage.
  14. This is a copy of mine (edit it to suit your needs.) Ignore the REM commands
  15. if you are just reading. I added them in if you have your directories setup
  16. exactly like mine so you can just cut this out and paste in a new file and
  17. save it as your .BAT file to start zmessage.
  18.  
  19. REM Turn the echo off to make it neat-looking :)
  20. @echo off
  21. REM Change to your Zmessage directory  (change Zmessage to the name of your Zmes.
  22. REM directory!)
  23. cd\zmessage
  24. REM Start Zmessage with your dropfile path and use
  25. REM the LOGON switch (make sure LOGON is in ALL caps.)
  26. REM Set any other switches such as NOFOSSIL etc.
  27. zmessage c:\renegade LOGON
  28. REM Change back to your Renegade main directory
  29. cd\renegade
  30. REM Delete your dropfile, cleaning things up a bit.
  31. del door.sys
  32.  
  33. Ok, now you will need to set up your Users to start in START.MNU instead of
  34. MAIN.MNU. Just change this in all your validation levels (Go to System Config,
  35. hit G, and then M to modify a level, and press M. Now type START and press
  36. enter. Repeat for all your levels.) To modify your users to start in START.MNU
  37. that have already logged on, press U to go in the User Editor. Now press Y and
  38. type START and press enter. Repeat for all of your users.
  39. And that's it! Enjoy ZMessage, and thanx Kurt for an EXCELLENT automessaging
  40. door!
  41.  
  42.